home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 105 / CD-ROM 105.iso / compl / irpf2004 / prog1.exe / %MAINDIR% / %PROGRAMA% / 0 / RCDATA / TPPPRINTDIALOG / TPPPRINTDIALOG.txt
Encoding:
Text File  |  2004-02-27  |  20.5 KB  |  629 lines

  1. object ppPrintDialog: TppPrintDialog
  2.   Left = 278
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print'
  7.   ClientHeight = 388
  8.   ClientWidth = 482
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlBottom: TPanel
  22.     Left = 0
  23.     Top = 348
  24.     Width = 482
  25.     Height = 40
  26.     Align = alTop
  27.     BevelOuter = bvNone
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     object btnOK: TButton
  36.       Left = 322
  37.       Top = 9
  38.       Width = 75
  39.       Height = 23
  40.       Caption = 'OK'
  41.       Default = True
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -12
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       TabOrder = 0
  49.       OnClick = btnOKClick
  50.     end
  51.     object btnCancel: TButton
  52.       Left = 402
  53.       Top = 9
  54.       Width = 75
  55.       Height = 23
  56.       Cancel = True
  57.       Caption = 'Cancel'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clBlack
  60.       Font.Height = -12
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ModalResult = 2
  64.       ParentFont = False
  65.       TabOrder = 1
  66.     end
  67.   end
  68.   object pnlPrintToFile: TPanel
  69.     Left = 0
  70.     Top = 253
  71.     Width = 482
  72.     Height = 95
  73.     Align = alTop
  74.     BevelOuter = bvNone
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 1
  82.     Visible = False
  83.     object bvlPrintToFile: TBevel
  84.       Left = 7
  85.       Top = 5
  86.       Width = 471
  87.       Height = 90
  88.       Shape = bsFrame
  89.       IsControl = True
  90.     end
  91.     object lblPrintToFile: TLabel
  92.       Left = 35
  93.       Top = -1
  94.       Width = 49
  95.       Height = 13
  96.       Caption = 'Print to fi&le'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clBlack
  99.       Font.Height = -12
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       OnClick = lblPrintToFileClick
  104.     end
  105.     object lblPrintToFileWhere: TLabel
  106.       Left = 21
  107.       Top = 54
  108.       Width = 35
  109.       Height = 13
  110.       Caption = 'Where:'
  111.     end
  112.     object lblPrintToFileType: TLabel
  113.       Left = 21
  114.       Top = 24
  115.       Width = 27
  116.       Height = 13
  117.       Caption = 'Type:'
  118.     end
  119.     object spbPrintToFile: TSpeedButton
  120.       Left = 452
  121.       Top = 52
  122.       Width = 17
  123.       Height = 17
  124.       Caption = '...'
  125.       OnClick = btnPrintToFileClick
  126.     end
  127.     object cbxPrintToFile: TCheckBox
  128.       Left = 16
  129.       Top = -2
  130.       Width = 13
  131.       Height = 17
  132.       Caption = 'cbxPrintToFile'
  133.       TabOrder = 0
  134.       OnClick = cbxPrintToFileClick
  135.     end
  136.     object cbxPrintToFileTypes: TComboBox
  137.       Left = 75
  138.       Top = 21
  139.       Width = 190
  140.       Height = 21
  141.       Style = csDropDownList
  142.       ItemHeight = 13
  143.       TabOrder = 1
  144.       OnChange = cbxPrintToFileTypesChange
  145.     end
  146.     object edtPrintToFileName: TEdit
  147.       Left = 75
  148.       Top = 50
  149.       Width = 370
  150.       Height = 21
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clBlack
  153.       Font.Height = -12
  154.       Font.Name = 'MS Sans Serif'
  155.       Font.Style = []
  156.       ParentFont = False
  157.       TabOrder = 2
  158.       OnChange = edtPrintToFileNameChange
  159.     end
  160.   end
  161.   object pnlPrint: TPanel
  162.     Left = 0
  163.     Top = 0
  164.     Width = 482
  165.     Height = 253
  166.     Align = alTop
  167.     BevelOuter = bvNone
  168.     Font.Charset = DEFAULT_CHARSET
  169.     Font.Color = clBlack
  170.     Font.Height = -11
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = []
  173.     ParentFont = False
  174.     TabOrder = 2
  175.     object bvlPrinter: TBevel
  176.       Left = 7
  177.       Top = 13
  178.       Width = 471
  179.       Height = 81
  180.       Shape = bsFrame
  181.       IsControl = True
  182.     end
  183.     object bvlPageRange: TBevel
  184.       Left = 7
  185.       Top = 105
  186.       Width = 242
  187.       Height = 110
  188.       Shape = bsFrame
  189.       IsControl = True
  190.     end
  191.     object bvlCopies: TBevel
  192.       Left = 259
  193.       Top = 105
  194.       Width = 220
  195.       Height = 110
  196.       Shape = bsFrame
  197.       IsControl = True
  198.     end
  199.     object lblPrinterName: TLabel
  200.       Left = 14
  201.       Top = 28
  202.       Width = 67
  203.       Height = 13
  204.       AutoSize = False
  205.       Caption = '&Name:'
  206.       Font.Charset = DEFAULT_CHARSET
  207.       Font.Color = clBlack
  208.       Font.Height = -12
  209.       Font.Name = 'MS Sans Serif'
  210.       Font.Style = []
  211.       ParentFont = False
  212.     end
  213.     object lblCopies: TLabel
  214.       Left = 266
  215.       Top = 99
  216.       Width = 32
  217.       Height = 13
  218.       Caption = 'Copies'
  219.       Font.Charset = DEFAULT_CHARSET
  220.       Font.Color = clBlack
  221.       Font.Height = -12
  222.       Font.Name = 'MS Sans Serif'
  223.       Font.Style = []
  224.       ParentFont = False
  225.     end
  226.     object lblPageRangeDescription: TLabel
  227.       Left = 16
  228.       Top = 180
  229.       Width = 217
  230.       Height = 26
  231.       AutoSize = False
  232.       Caption = 
  233.         'Enter page numbers and/or page ranges separated by commas.  For ' +
  234.         'example, 1,3,5-12'
  235.       Font.Charset = DEFAULT_CHARSET
  236.       Font.Color = clBlack
  237.       Font.Height = -12
  238.       Font.Name = 'MS Sans Serif'
  239.       Font.Style = []
  240.       ParentFont = False
  241.       WordWrap = True
  242.     end
  243.     object lblNumberOfCopies: TLabel
  244.       Left = 275
  245.       Top = 119
  246.       Width = 83
  247.       Height = 13
  248.       Caption = 'Number of &copies'
  249.       Font.Charset = DEFAULT_CHARSET
  250.       Font.Color = clBlack
  251.       Font.Height = -12
  252.       Font.Name = 'MS Sans Serif'
  253.       Font.Style = []
  254.       ParentFont = False
  255.     end
  256.     object lblCollate: TLabel
  257.       Left = 414
  258.       Top = 154
  259.       Width = 59
  260.       Height = 13
  261.       AutoSize = False
  262.       Caption = 'Colla&te'
  263.       Font.Charset = DEFAULT_CHARSET
  264.       Font.Color = clBlack
  265.       Font.Height = -12
  266.       Font.Name = 'MS Sans Serif'
  267.       Font.Style = []
  268.       ParentFont = False
  269.       OnClick = lblCollateClick
  270.     end
  271.     object imgCollate: TImage
  272.       Left = 272
  273.       Top = 148
  274.       Width = 103
  275.       Height = 53
  276.       Transparent = True
  277.     end
  278.     object lblPageRange: TLabel
  279.       Left = 14
  280.       Top = 99
  281.       Width = 55
  282.       Height = 13
  283.       Caption = 'Page range'
  284.       Font.Charset = DEFAULT_CHARSET
  285.       Font.Color = clBlack
  286.       Font.Height = -12
  287.       Font.Name = 'MS Sans Serif'
  288.       Font.Style = []
  289.       ParentFont = False
  290.     end
  291.     object lblPrinterWhere: TLabel
  292.       Left = 14
  293.       Top = 74
  294.       Width = 35
  295.       Height = 13
  296.       Caption = 'Where:'
  297.     end
  298.     object lblPrinterType: TLabel
  299.       Left = 14
  300.       Top = 52
  301.       Width = 27
  302.       Height = 13
  303.       Caption = 'Type:'
  304.     end
  305.     object lblPrinterTypeDesc: TLabel
  306.       Left = 84
  307.       Top = 52
  308.       Width = 389
  309.       Height = 13
  310.       AutoSize = False
  311.       Caption = 'lblPrinterTypeDesc'
  312.     end
  313.     object lblPrinterWhereDesc: TLabel
  314.       Left = 84
  315.       Top = 74
  316.       Width = 389
  317.       Height = 13
  318.       AutoSize = False
  319.       Caption = 'lblPrinterWhereDesc'
  320.     end
  321.     object lblPrintWhat: TLabel
  322.       Left = 261
  323.       Top = 230
  324.       Width = 24
  325.       Height = 13
  326.       Caption = 'P&rint:'
  327.     end
  328.     object lblPrinter: TLabel
  329.       Left = 14
  330.       Top = 7
  331.       Width = 30
  332.       Height = 13
  333.       Caption = 'Printer'
  334.       Font.Charset = DEFAULT_CHARSET
  335.       Font.Color = clBlack
  336.       Font.Height = -12
  337.       Font.Name = 'MS Sans Serif'
  338.       Font.Style = []
  339.       ParentFont = False
  340.     end
  341.     object lblNoPrintersInstalled: TLabel
  342.       Left = 84
  343.       Top = 28
  344.       Width = 389
  345.       Height = 13
  346.       AutoSize = False
  347.       Caption = 'lblNoPrintersInstalled'
  348.       Visible = False
  349.     end
  350.     object cbxPrinters: TComboBox
  351.       Left = 84
  352.       Top = 25
  353.       Width = 300
  354.       Height = 22
  355.       Style = csOwnerDrawFixed
  356.       ItemHeight = 16
  357.       TabOrder = 6
  358.       OnChange = cbxPrintersChange
  359.       OnDrawItem = cbxPrintersDrawItem
  360.     end
  361.     object edtCopies: TEdit
  362.       Left = 396
  363.       Top = 116
  364.       Width = 61
  365.       Height = 21
  366.       Font.Charset = DEFAULT_CHARSET
  367.       Font.Color = clBlack
  368.       Font.Height = -12
  369.       Font.Name = 'MS Sans Serif'
  370.       Font.Style = []
  371.       MaxLength = 3
  372.       ParentFont = False
  373.       TabOrder = 0
  374.       Text = '1'
  375.       OnExit = edtCopiesExit
  376.     end
  377.     object rdbAll: TRadioButton
  378.       Left = 16
  379.       Top = 115
  380.       Width = 202
  381.       Height = 17
  382.       Caption = '&All'
  383.       Checked = True
  384.       Font.Charset = DEFAULT_CHARSET
  385.       Font.Color = clBlack
  386.       Font.Height = -12
  387.       Font.Name = 'MS Sans Serif'
  388.       Font.Style = []
  389.       ParentFont = False
  390.       TabOrder = 1
  391.       TabStop = True
  392.       OnClick = rdbAllClick
  393.     end
  394.     object rdbCurrentPage: TRadioButton
  395.       Left = 16
  396.       Top = 135
  397.       Width = 202
  398.       Height = 17
  399.       Caption = 'Curre&nt page'
  400.       Font.Charset = DEFAULT_CHARSET
  401.       Font.Color = clBlack
  402.       Font.Height = -12
  403.       Font.Name = 'MS Sans Serif'
  404.       Font.Style = []
  405.       ParentFont = False
  406.       TabOrder = 2
  407.       OnClick = rdbCurrentPageClick
  408.     end
  409.     object rdbPages: TRadioButton
  410.       Left = 16
  411.       Top = 156
  412.       Width = 63
  413.       Height = 17
  414.       Caption = 'Pa&ges:'
  415.       Font.Charset = DEFAULT_CHARSET
  416.       Font.Color = clBlack
  417.       Font.Height = -12
  418.       Font.Name = 'MS Sans Serif'
  419.       Font.Style = []
  420.       ParentFont = False
  421.       TabOrder = 3
  422.       OnClick = rdbPagesClick
  423.     end
  424.     object edtPageRange: TEdit
  425.       Left = 78
  426.       Top = 154
  427.       Width = 159
  428.       Height = 21
  429.       Font.Charset = DEFAULT_CHARSET
  430.       Font.Color = clBlack
  431.       Font.Height = -12
  432.       Font.Name = 'MS Sans Serif'
  433.       Font.Style = []
  434.       ParentFont = False
  435.       TabOrder = 4
  436.       OnClick = edtPagesClick
  437.       OnEnter = edtPagesClick
  438.     end
  439.     object btnPrinterProperties: TButton
  440.       Left = 392
  441.       Top = 25
  442.       Width = 75
  443.       Height = 21
  444.       Caption = '&Properties'
  445.       Font.Charset = DEFAULT_CHARSET
  446.       Font.Color = clBlack
  447.       Font.Height = -12
  448.       Font.Name = 'MS Sans Serif'
  449.       Font.Style = []
  450.       ParentFont = False
  451.       TabOrder = 5
  452.       OnClick = btnPrinterPropertiesClick
  453.     end
  454.     object cbxCollate: TCheckBox
  455.       Left = 396
  456.       Top = 152
  457.       Width = 13
  458.       Height = 17
  459.       Caption = 'cbxPrintToFile'
  460.       TabOrder = 7
  461.       OnClick = cbxCollateClick
  462.     end
  463.     object cbxPrintWhat: TComboBox
  464.       Left = 292
  465.       Top = 225
  466.       Width = 187
  467.       Height = 21
  468.       Style = csDropDownList
  469.       ItemHeight = 13
  470.       TabOrder = 8
  471.       OnChange = cbxPrintWhatChange
  472.     end
  473.   end
  474.   object SaveDialog1: TSaveDialog
  475.     DefaultExt = 'txt'
  476.     Filter = 'Text files|*.TXT|All files|*.*'
  477.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware]
  478.     Left = 436
  479.     Top = 263
  480.   end
  481.   object imlPrinterTypes: TImageList
  482.     Left = 192
  483.     Top = 64
  484.     Bitmap = {
  485.       494C010102000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  486.       0000000000003600000028000000400000002000000001001000000000000010
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       0000000000000000000000000000000000000000000000000000000000000000
  504.       0000000000000000000000000000000000000000000000000000000000000000
  505.       0000000000000000000000000000000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000000000000000000000000000000000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000000000000000000000000000000000000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000000000000000000000000000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       0000000000000000000000000000000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       0000000000000000000000000000000000000000000000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000001863
  560.       10421042000000000000000000000000000000000000000000000000E07FFF7F
  561.       0042000000000000000000000000000000000000000000000000000000000000
  562.       0000000000000000000000000000000000000000000000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000186318631863
  564.       1042104210421042000000000000000000001863186318631863186318630000
  565.       0000000018631863186318631863186318630000000000000000000000000000
  566.       0000000000000000000000000000000000000000000000000000000000000000
  567.       0000000000000000000000000000000000000000000018631863186318631863
  568.       1042104210421042104210420000000000000000000000000000000000001863
  569.       1042104200000000000000000000000000000000000000000000000000000000
  570.       0000000000000000000000000000000000000000000000000000000000000000
  571.       0000000000000000000000000000000000001042FF7F1863186318631863FF7F
  572.       1042104210421042104210421042104200000000000000000000186318631863
  573.       1042104210421042000000000000000000000000000000000000000000000000
  574.       0000000000000000000000000000000000000000000000000000000000000000
  575.       0000000000000000000000000000000000001042FF7F18631863FF7FFF7F1863
  576.       186318631042104210421042104210420000000000001863186318631863FF7F
  577.       1042104210421042104210420000000000000000000000000000000000000000
  578.       0000000000000000000000000000000000000000000000000000000000000000
  579.       0000000000000000000000000000000000001042FF7FFF7FFF7F18631863007C
  580.       007C186318631863104210421042104200001042FF7F18631863FF7FFF7F1863
  581.       1863186310421042104210421042104200000000000000000000000000000000
  582.       0000000000000000000000000000000000000000000000000000000000000000
  583.       0000000000000000000000000000000000001042FF7F18631863E003E0031863
  584.       1863186310421042000018631042104200001042FF7FFF7FFF7F18631863007C
  585.       007C186318631863104210421042104200000000000000000000000000000000
  586.       0000000000000000000000000000000000000000000000000000000000000000
  587.       000000000000000000000000000000000000000010421042FF7F186318631863
  588.       10421042FF7FFF7F000018630000000000001042FF7F18631863E003E0031863
  589.       1863186310421042000018631042104200000000000000000000000000000000
  590.       0000000000000000000000000000000000000000000000000000000000000000
  591.       00000000000000000000000000000000000000000000000010421042FF7F1042
  592.       FF7FFF7FFF7FFF7FFF7F0000000000000000000010421042FF7F186318631863
  593.       10421042FF7FFF7F000018630000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000010421042
  596.       FF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000010421042FF7F1042
  597.       FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
  598.       0000000000000000000000000000000000000000000000000000000000000000
  599.       0000000000000000000000000000000000000000000000000000000000000000
  600.       1042FF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000010421042
  601.       FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       00001042FF7FFF7FFF7F10421042000000000000000000000000000000000000
  605.       1042FF7FFF7FFF7F104210420000000000000000000000000000000000000000
  606.       0000000000000000000000000000000000000000000000000000000000000000
  607.       0000000000000000000000000000000000000000000000000000000000000000
  608.       0000000010421042104200000000000000000000000000000000000000000000
  609.       0000104210421042000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       000000000000000000000000000000000000424D3E000000000000003E000000
  616.       2800000040000000200000000100010000000000000100000000000000000000
  617.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  618.       0080800000808000008080000080800000000000008080000000000000000000
  619.       0080800000808000008080000080800000808000008080000000000000808000
  620.       0080800000808000008080000080800000808000008080000080800000808000
  621.       00808000008080000080800000808000FFFFFFFF00808000FC7FF87F00000000
  622.       F01F000000000000C0070000000000000001F01F010000040000C0070E203C00
  623.       0000000104012400000000000600240000000000000000008001000000000000
  624.       E007800100000000F803E007FFFFFF00FE00F801FF00FF00FF03FE0700FFFF00
  625.       FF8FFF1F0000FF00FFFFFFFFC0C0C00000000000000000000000000000000000
  626.       000000000000}
  627.   end
  628. end
  629.